projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54df89
)
tests: Restore accidentally deleted Makefile bit
author
Colin Walters
<walters@verbum.org>
Mon, 16 Feb 2015 15:29:14 +0000
(10:29 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 16 Feb 2015 15:29:14 +0000
(10:29 -0500)
Not sure how this got deleted...
Makefile-tests.am
patch
|
blob
|
history
diff --git
a/Makefile-tests.am
b/Makefile-tests.am
index 42d1be7d405ed53f623c98b975eabb40dcacac5d..82df821d7ae0a5d594320b76159877aadc5a4eb3 100644
(file)
--- a/
Makefile-tests.am
+++ b/
Makefile-tests.am
@@
-87,6
+87,12
@@
INSTALL_DATA_HOOKS += install-gpg-data-hook
echo 'Output=TAP' >> $@.tmp; \
mv $@.tmp $@)
+%.test: tests/%.js Makefile
+ $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
+ echo 'Exec=env TESTDATADIR=$(pkglibexecdir)/installed-tests $(pkglibexecdir)/installed-tests/$(notdir $<)' >> $@.tmp; \
+ echo 'Type=session' >> $@.tmp; \
+ mv $@.tmp $@)
+
if BUILDOPT_GJS
insttest_SCRIPTS += tests/test-core.js \
tests/test-sizes.js \